Setup
- Make sure your have obtained API key, how to do it described in getting started page
- Configure your environment within API Key:
- Curl
- Python
- Other
export API_KEY=<YOUR_API_KEY>
from dataspike import *
api = SyncApi("<YOUR_API_KEY>")
Use any HTTP Client library that enables you to use the HTTP API.
Authorize requests by including an API Key in each request using the ds-api-token
header.